.. highlightlang:: us .. index:: @f{ansi} .. _@f{ansi}: @f{ansi} ======== .. us.tag @f{ansi} NOTREADYENGLISH fieldfunction Displays an ANSI- or UNICODE character. .. function:: @f{ansi(nAnsiCharCode)} **Parameters** .. uparam:: nAnsiCharCode Is the character code of the ANSI- or Unicode character. For Unicode, make sure that the character is included in the font. Almost all characters are included in the "Arial Unicode MS" font. .. us.comment **Comment** Character codes (ANSI): .. image:: S:/uniplot-obj/images/ANSI.* .. us.example **Example** ``@f{ansi(169)}``: **Output**: Displays a copyright symbol. .. seealso:: :ref:`overview-field-functions`, :ref:`editupdate-fields`, :ref:`diagraminsert-field-function` :sub:`id-1279900`